Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.pdf.export.actions--actions

This contribution is part of XML component org.nuxeo.dam.pdf.export.actions inside nuxeo-dam-pdf-export-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action help="command.dam.exportAsPDF.help" icon="" id="CURRENT_SELECTION_PDF_EXPORT" label="command.dam.exportAsPDF" link="#{damPdfExportActions.exportSelectionAsPDF}" order="31">
          <category>DAM_CURRENT_SELECTION_LIST</category>
          <filter-id>canExportAsPDF</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action help="command.dam.exportAsPDF.help" icon="" id="CURRENT_SELECTION_PDF_EXPORT" label="command.dam.exportAsPDF" link="#{damPdfExportActions.exportSelectionAsPDF}" order="31">
      <category>DAM_CURRENT_SELECTION_LIST</category>
      <filter-id>canExportAsPDF</filter-id>
    </action>

  </extension>